home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 July / WPCJUL96.ISO / file.exe / GROFINJ.DXR / 00029_grointro .ls < prev    next >
Encoding:
Text File  |  1996-05-15  |  3.2 KB  |  103 lines

  1. on grointro
  2.   global grosectactive, groanimatelist, gropointer, GROChooseQuit
  3.   GROENTSECTION()
  4.   set grosectactive to 1
  5.   set the castNum of sprite 6 to 48
  6.   set the locH of sprite 11 to 200
  7.   set the locV of sprite 11 to 200
  8.   set the ink of sprite 11 to 39
  9.   set the castNum of sprite 17 to 64
  10.   set the castNum of sprite 18 to 65
  11.   set the castNum of sprite 35 to 81
  12.   set the locH of sprite 17 to 380
  13.   set the locH of sprite 18 to 430
  14.   set the locH of sprite 35 to 380
  15.   set the locV of sprite 17 to 288
  16.   set the locV of sprite 18 to 337
  17.   set the locV of sprite 35 to 288
  18.   set the castNum of sprite 20 to 92
  19.   set the locH of sprite 20 to 200
  20.   set the locV of sprite 20 to 200
  21.   set the ink of sprite 20 to 39
  22.   updateStage()
  23.   set the castNum of sprite 10 to 30
  24.   set the locH of sprite 10 to 517
  25.   set the locV of sprite 10 to 264
  26.   updateStage()
  27.   repeat while (grosectactive = 1) and (GROChooseQuit <> 2)
  28.     GROQuitCD()
  29.     if GROChooseQuit <> 2 then
  30.       repeat while (the movieTime of sprite 10 < 3060) and (GROChooseQuit <> 2)
  31.         GROQuitCD()
  32.         if GROChooseQuit = 2 then
  33.           exit repeat
  34.         end if
  35.         if the movieTime of sprite 10 >= 1420 then
  36.           set the castNum of sprite 13 to 26
  37.           set the locH of sprite 13 to 100
  38.           set the locV of sprite 13 to 400
  39.           set the ink of sprite 13 to 0
  40.         end if
  41.         if the movieTime of sprite 10 >= 1640 then
  42.           set the castNum of sprite 14 to 25
  43.           set the locV of sprite 14 to 255
  44.           set the locH of sprite 14 to 140
  45.           set the ink of sprite 14 to 0
  46.         end if
  47.         if the movieTime of sprite 10 >= 1840 then
  48.           set the castNum of sprite 15 to 24
  49.           set the locV of sprite 15 to 330
  50.           set the locH of sprite 15 to 100
  51.         end if
  52.         if the movieTime of sprite 10 >= 2038 then
  53.           set the castNum of sprite 16 to 23
  54.           set the locV of sprite 16 to 440
  55.           set the locH of sprite 16 to 140
  56.           set the ink of sprite 16 to 0
  57.         end if
  58.         if rollOver(18) then
  59.           if the mouseDown then
  60.             set the movieRate of sprite 10 to 0
  61.             if GROChooseQuit <> 2 then
  62.               repeat while the movieRate of sprite 10 = 0
  63.                 if rollOver(17) then
  64.                   if the mouseDown then
  65.                     set the movieRate of sprite 10 to 1
  66.                   end if
  67.                 end if
  68.                 groANIMATESCREEN()
  69.                 if GROChooseQuit = 2 then
  70.                   exit repeat
  71.                 end if
  72.               end repeat
  73.             end if
  74.           end if
  75.         else
  76.           if rollOver(17) then
  77.             if the mouseDown then
  78.               set grosectactive to "true"
  79.               set the movieRate of sprite 10 to 1
  80.             end if
  81.           end if
  82.         end if
  83.         updateStage()
  84.         if GROChooseQuit = 2 then
  85.           exit repeat
  86.         end if
  87.       end repeat
  88.     end if
  89.     if GROChooseQuit = 2 then
  90.       exit repeat
  91.     end if
  92.     if rollOver(17) then
  93.       if the mouseDown then
  94.         set the movieTime of sprite 10 to 0
  95.       end if
  96.     end if
  97.     groANIMATESCREEN()
  98.     if GROChooseQuit = 2 then
  99.       exit repeat
  100.     end if
  101.   end repeat
  102. end
  103.